(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPExp()
SYNOPSIS

LONG fnum1

LOCATION
In MathTransBase at offset 13
FUNCTION
Calculate e^x

INPUTS
fnum1 - Motorola fast floating point number
RESULT
Motorola fast floating point number

flags: zero : result is zero negative : 0 overflow : the result was out of range for the ffp-format

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
e^(>= 44): return FFP_Pinfty;

HISTORY
23.07.1997 bergers
Initial revision
21.07.1997 bergers
*** empty log message ***